Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CollectionBase<T> Class / AddRange Method


In This Topic
    AddRange Method (CollectionBase<T>)
    In This Topic
    Copies the elements of the specified array to the end of the collection.
    Overload List
    OverloadDescription
    Copies the elements of the specified array to the end of the collection.  
    Adds the contents of another IList<T> to the end of the collection.  
    Adds the contents of another CollectionEx<T> to the end of the collection.  
    See Also